curl --request GET \
--url https://api.getmaxim.ai/v1/test-runs \
--header 'x-maxim-api-key: <api-key>'{
"data": {
"runs": [
{}
],
"total": 123
}
}Get test runs for a workspace
curl --request GET \
--url https://api.getmaxim.ai/v1/test-runs \
--header 'x-maxim-api-key: <api-key>'{
"data": {
"runs": [
{}
],
"total": 123
}
}API key for authentication
Unique identifier for the workspace
Test run ID to fetch specific run
Cursor for pagination
Whether this is a run report
Maximum number of records to return (max: 100)
x <= 100Additional filters for the query
Show child attributes
Successfully retrieved test runs
Show child attributes
Was this page helpful?